Mantracourt Electronics Limited
T24 Technical Manual
76
Windows DLL
Function
How To
Data Provider Packets
Callback activated when data provider packets arrive.
Wake
Use WRITEREMOTE function specifying the command number 50 and use the specific
module ID or FFFFFF for broadcast wake
Pause
Via Data Provider Control Interface using WRITEPACKET
Or with base s v2.00 radio module
Use WRITEREMOTE function specifying the command number 57 and use the specific
module Data Tag
StayAwake
Via Data Provider Control Interface using WRITEPACKET
Or with base s v2.00 radio module
Use WRITEREMOTE function specifying the command number 58 and use the specific
module Data Tag
Sleep
Use WRITEREMOTE function to send appropriate sleep command to specific (or
broadcast) ID
Or with base s v2.00 radio module
Use WRITEREMOTE function specifying the command number 56 and use the specific
module Data Tag
COM Driver or Dot Net Assembly
Function
How To
Data Provider Packets
An event will be raised which lets you know the Data Tag and the Value of the
arriving data.
Wake
WakeByID(BaseStation,DeviceID) or WakeBroadcast(BaseStation)
Pause
Via Data Provider Control Interface using WritePacketNumeric
i.e.
WritePacketNumeric
(1, DataTag, 0, 2, 255)
Or with base s v2.00 radio module
RemoteWrite(BaseStation, Data Tag, 57, “”)
StayAwake
BroadcastStayAwake()
Or with base s v2.00 radio module
RemoteWrite(BaseStation, Data Tag, 58, “”)
Sleep
Use SleepByDataTag(DataTag) or SleepBroadcastByDataTag() or
RemoteWrite(BaseStation, ID, SleepCommand, “”)
Or with base s v2.00 radio module
RemoteWrite(BaseStation, Data Tag, 56, “”)
Documentation for specific drivers supplied by Mantracourt will be included with the actual drivers which are
available on the T24 Resource CD. This includes Windows DLL, Windows COM driver, Windows CE DLL and
Windows CE Dot Net Assembly.