| 
       << Click to display table of contents >> TRVCamReceiver.State (read-only) | 
    
Returns the receiver state.
type // Defined in MRVType unit
  TRVMState = (rvmsDisconnect, rvmsConnecting, rvmsConnect,
    rvmsDisconnecting);
property State: TRVMState;
Value  | 
Meaning  | 
Corresponding value of Active  | 
rvmsDisconnect  | 
The receiver is disconnected  | 
False  | 
rvmsConnecting  | 
The receiver is connecting  | 
True  | 
rvmsConnect  | 
The receiver is connected  | 
True  | 
rvmsDisconnecting  | 
The receiver is disconnecting  | 
True  | 
The component can receive data when State=rvmsConnect. It cannot receive data if State=rvmsDisconnect. When State is equal to rvmsConnecting and rvmsDisconnecting, the component is waiting, and operations are not available.
See also: