You are here:
Symbol Reference > Monnit Namespace >
BasicControlBase Class
>
BasicControlBase Methods
>
BasicControlBase.ControlFrame Method
Collapse All
BasicControlBase.ControlFrame Method
BasicControlBase Class
BasicControlBase Members
BasicControlBase Methods
Send Feedback
Syntax
C++
C#
Visual Basic
byte[]
ControlFrame
(
long
sensorID
,
int
state1
, UInt16
time1
,
int
queueID
);
public
static
byte
[]
ControlFrame
(
long
sensorID
,
int
state1
, UInt16
time1
,
int
queueID
);
Public
static
Function
ControlFrame
(
sensorID
As
long
,
state1
As
Integer
,
time1
As
UInt16,
queueID
As
Integer
)
As
byte
()
See Also
BasicControlBase Class
,
BasicControlBase Members
,
BasicControlBase Methods
Group
BasicControlBase Methods
Remarks
This is ControlFrame, a member of class BasicControlBase.