StateInfo

The StateInfo structure contains the Ads state and device state.

public struct StateInfo
{
    public AdsState AdsState { get; set; }
    public short DeviceState { get; set; }
}    


StateInfo Properties

Description

AdsState

Gets or sets the Ads state.

DeviceState

Gets or sets the device state.