GXDN: Gurux Developer Network
SetBOP Method (bop, type)
NamespacesGurux.ClientGXClientSetBOP(Object, VariantType)
Sets the BOP (Beginning of the packet), and the BOP type.
Parameters
bop (Object)
BOP to use.
type (VariantType)
Type of the BOP.
Remarks
If the BOP is used, GXCom adds the BOP to the packet before the packet is sent, and when new data is received. By default the BOP type is None (GX_VT_NONE), which means that the BOP is not used.
GXCom tries to find BOP char(s) from the stream, before handling the received packet. A media must be selected, before using this method. Supported BOP types are:
  • None (GX_VT_NONE)
  • UInt8 (GX_VT_BYTE)
  • Int16 (GX_VT_INT16)
  • Int 32 (GX_VT_INT32)
See Also

Assembly: Gurux.Client (Module: Gurux.Client) Version: 5.0.0.1