BACnet.Ashrae.ConfirmedTextMessageRequest.CharacterWrapper.CharacterWrapper C# (CSharp) Method

CharacterWrapper() public method

public CharacterWrapper ( string item ) : System
item string
return System
            public CharacterWrapper(string item)
            {
                this.Item = item;
            }
ConfirmedTextMessageRequest.CharacterWrapper