Service.Manager.Service.GetAddress C# (CSharp) Method

GetAddress() public method

public GetAddress ( ) : byte[][]
return byte[][]
        public byte[][] GetAddress()
        {
            return _address;
        }