GXDN: Gurux Developer Network
GetBOP Method (bop, type)
NamespacesGurux.ClientGXClientGetBOP(Object%, VariantType%)
Gets the BOP (Beginning of the packet), and the BOP type.
Parameters
bop ( Object %)
BOP to use.
type ( VariantType %)
Type of the BOP.
Remarks
A media must be selected, before using this method. If BOP is not used, the type is GX_VT_NONE. By default variant type of BOP is None (GX_VT_NONE).
Examples
CopyVBScript
GXClient1.GetBOP var, vartype
If vartype not GX_VT_NONE Then
    msg = var
    MsgBox msg + "is used as begin of packet mark"
End If
See Also

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