コード例 #1
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_SetOEDA(ref COMMUNICATIONINFO pCommunicationInfo,int Oe,int Da); 
コード例 #2
0
 public static int TestOnline(ref COMMUNICATIONINFO pCommunicationInfo) => LV_TestOnline(ref pCommunicationInfo);
コード例 #3
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_SetBasicInfo(ref COMMUNICATIONINFO pCommunicationInfo, int ColorType, int LedWidth, int LedHeight, int GrayLevel);
コード例 #4
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_LedTest(ref COMMUNICATIONINFO pCommunicationInfo,int TestValue);
コード例 #5
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_CancelLocker(ref COMMUNICATIONINFO pCommunicationInfo);
コード例 #6
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_TimePowerOnOff(ref COMMUNICATIONINFO pCommunicationInfo,ref ONOFFTIMEINFO pTimeInfo);
コード例 #7
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_TimeBrightness(ref COMMUNICATIONINFO pCommunicationInfo,ref BRIGHTNESSTIMEINFO pBrightnessTimeInfo);
コード例 #8
0
 public static int SetBrightness(ref COMMUNICATIONINFO pCommunicationInfo, int BrightnessValue) => LV_SetBrightness(ref pCommunicationInfo, BrightnessValue);
コード例 #9
0
 public static int SetLanguage(ref COMMUNICATIONINFO pCommunicationInfo, int LanguageValue) => LV_SetLanguage(ref pCommunicationInfo, LanguageValue);
コード例 #10
0
 public static int AdjustTime(ref COMMUNICATIONINFO pCommunicationInfo) => LV_AdjustTime(ref pCommunicationInfo);
コード例 #11
0
 public static int PowerOnOff(ref COMMUNICATIONINFO pCommunicationInfo, int OnOff) => LV_PowerOnOff(ref pCommunicationInfo, OnOff);
コード例 #12
0
 public static int SetOEDA(ref COMMUNICATIONINFO pCommunicationInfo, int Oe, int Da) => LV_SetOEDA(ref pCommunicationInfo, Oe, Da);
コード例 #13
0
 public static int SetBasicInfo(ref COMMUNICATIONINFO pCommunicationInfo, int ColorType, int LedWidth, int LedHeight) => LV_SetBasicInfo(ref pCommunicationInfo, ColorType, LedWidth, LedHeight);
コード例 #14
0
 private static extern int LV_SetBasicInfo(ref COMMUNICATIONINFO pCommunicationInfo, int ColorType, int LedWidth, int LedHeight);
コード例 #15
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_AdjustTime(ref COMMUNICATIONINFO pCommunicationInfo);
コード例 #16
0
 public static int LedTest(ref COMMUNICATIONINFO pCommunicationInfo, int TestValue) => LV_LedTest(ref pCommunicationInfo, TestValue);
コード例 #17
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_PowerOnOff(ref COMMUNICATIONINFO pCommunicationInfo,int OnOff);
コード例 #18
0
 public static int TimeLocker(ref COMMUNICATIONINFO pCommunicationInfo, int LockerYear, int LockerMonth, int LockerDay, int LockerHour, int LockerMinute) => LV_TimeLocker(ref pCommunicationInfo, LockerYear, LockerMonth, LockerDay, LockerHour, LockerMinute);
コード例 #19
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_SetBrightness(ref COMMUNICATIONINFO pCommunicationInfo,int BrightnessValue);
コード例 #20
0
 public static int CancelLocker(ref COMMUNICATIONINFO pCommunicationInfo) => LV_CancelLocker(ref pCommunicationInfo);
コード例 #21
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_SetLanguage(ref COMMUNICATIONINFO pCommunicationInfo,int LanguageValue);
コード例 #22
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_Send(ref COMMUNICATIONINFO pCommunicationInfo,int hProgram);
コード例 #23
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_TimeLocker(ref COMMUNICATIONINFO pCommunicationInfo,int LockerYear,int LockerMonth,int LockerDay,int LockerHour,int LockerMinute);
コード例 #24
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_TestOnline(ref COMMUNICATIONINFO pCommunicationInfo);
コード例 #25
0
ファイル: LedDll.cs プロジェクト: kyo2237129199/ZDW
 public static extern int LV_SetLedCommunicationParameter(ref COMMUNICATIONINFO pCommunicationInfo,ref LEDCOMMUNICATIONPARAMETER pLedCommunicationParameter);
コード例 #26
0
 public static int Send(ref COMMUNICATIONINFO pCommunicationInfo, int hProgram) => LV_Send(ref pCommunicationInfo, hProgram);