communicationOKFlag property

  1. @BuiltValueField.new(wireName: r'CommunicationOKFlag')
bool? get communicationOKFlag

Indicates if the communication infrastructure is working and usable. If communication infrastructure present.

Implementation

@BuiltValueField(wireName: r'CommunicationOKFlag')
bool? get communicationOKFlag;