MEIMotorTransceiver

MEIMotorTransceiver

 

typedef struct MEIMotorTransceiver {
	long                         Invert;		
/* TRUE = invert (not valid for INPUT) */ MEIMotorTransceiverConfig Config; } MEIMotorTransceiver;
Description

MotorTransceiver is a structure used to configure Transceiver parameters.

  Invert Inverts polarity of Transceiver Output. Not valid when the Transeiver is configured as an Input.
  Config Enumeration to configure Transceiver usage. See MEIMotorTransceiverConfig description.
     
See Also