示例#1
0
 public static extern int setOutputIfcEvent(int device, ushort SrcAddr, ushort TargetAddr, Byte Relay, Byte OUT1, Byte OUT2,
                                            ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);
示例#2
0
 public static extern int outputIfcEventConfig(int device, ushort SrcAddr, ushort TargetAddr,
                                               Byte RelayFreq, Byte RelayCycle, Byte OUT1Freq, Byte OUT1Cycle, Byte OUT2Freq, Byte OUT2Cycle,
                                               ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);
示例#3
0
 public static extern int m24WriteDOCfg(int device, ushort SrcAddr, ushort TargetAddr, Byte[] UID, Byte dOCfg,
                                        ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);
示例#4
0
 public static extern int m24CtrlEHEn(int device, ushort SrcAddr, ushort TargetAddr, Byte[] UID, Byte eHEn,
                                      ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);
示例#5
0
 public static extern int m24LockSector(int device, ushort SrcAddr, ushort TargetAddr, Byte[] UID, Byte sectorIndex, Byte sectorStatus,
                                        ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);
示例#6
0
 public static extern int m24PresentSectorPwd(int device, ushort SrcAddr, ushort TargetAddr, Byte[] UID, Byte pwdIndex, Byte[] pSectorPwd,
                                              ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);
示例#7
0
 public static extern int setEAS(int device, ushort SrcAddr, ushort TargetAddr, Byte Cmd, Byte[] UID,
                                 ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);
示例#8
0
 public static extern int m24WriteMBlock(int device, ushort SrcAddr, ushort TargetAddr, ushort FstAddr, Byte BlockSum, Byte[] UID,
                                         Byte[] dataStr, ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);
示例#9
0
 public static extern int writeDSFID(int device, ushort SrcAddr, ushort TargetAddr, Byte DSFIDVal, Byte[] UID,
                                     ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);
示例#10
0
 public static extern int setTriggerCtrl(int device, ushort SrcAddr, ushort TargetAddr, Byte Trigger,
                                         ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);
示例#11
0
 public static extern int setRFCtrl(int device, ushort SrcAddr, ushort TargetAddr, Byte RFStatus,
                                    ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);
示例#12
0
 public static extern int setDefaultReaderConfig(int device, ushort SrcAddr, ushort TargetAddr, ushort ReaderAddr,
                                                 ref OGeneralCmdType pGeneralCmdType, Byte[] pSendBuf, Byte[] pRecBuf);
示例#13
0
 public static extern int setReaderConfig(int device, ushort SrcAddr, ushort TargetAddr,
                                          Byte WorkMode, ushort ReaderAddr, Byte cmdMode, Byte AFICtrl,
                                          Byte UIDSendMode, Byte tagStatus, Byte baudrate, Byte BeepStatus,
                                          Byte AFI, ref OGeneralCmdType pGeneralCmd, Byte[] pSendBuf, Byte[] pRecBuf);