IsLibReleased (FUN) ¶ FUNCTION IsLibReleased : BOOL This function has been automatically generated from the project information. InOut: Scope Name Type Return IsLibReleased BOOL
J1939ECUBase.ChangeAddress (METH) ¶ METHOD ChangeAddress : BOOL Changes the ECU address. InOut: Scope Name Type Comment Return ChangeAddress BOOL TRUE: ECU address change request initiated successfully Input byAddress BYTE new ECU address
J1939ECUBase.IsArbitraryAddressCapable (PROP) ¶ PROPERTY IsArbitraryAddressCapable : BOOL Returns if ECU is arbitrary address capable.
J1939ECUBase.IsLocal (PROP) ¶ PROPERTY IsLocal : BOOL Returns if ECU is local or remote.
J1939ECUBase.NAME (PROP) ¶ PROPERTY NAME : LWORD
J1939ECUBase.State (PROP) ¶ PROPERTY State : ECUSTATE Returns the state of this ECU
J1939LocalECU (FB) ¶ FUNCTION_BLOCK J1939LocalECU EXTENDS J1939ECUBase IMPLEMENTS IJ1939LocalECU Implements a local ECU. Note This function block is not intended for being instantiated by applications. Instances will be created implicitly. Properties: Address , inherited from J1939ECUBase IsArbitraryAddressCapable , inherited from J1939ECUBase IsLocal , inherited from J1939ECUBase NAME , inherited from J1939ECUBase State , inherited from J1939ECUBase Methods: ChangeAddress TriggerPGByIdx Structure: ChangeAddress (Method) TriggerPGByIdx (Method)
J1939LocalECU.ChangeAddress (METH) ¶ METHOD ChangeAddress : BOOL Changes the ECU address. InOut: Scope Name Type Comment Return ChangeAddress BOOL TRUE: ECU address change request initiated successfully Input byAddress BYTE new ECU address
Parser ¶ IsBroadcast (Function) IsP2P (Function) ParseCANID (Function) ParsePGN (Function)
IsBroadcast (FUN) ¶ FUNCTION IsBroadcast : BOOL Returns TRUE if parameter group number is broadcast InOut: Scope Name Type Comment Return IsBroadcast BOOL TRUE: Broadcast; FALSE: P2P Input dwPGN DWORD parameter group number