コード例 #1
0
 public AlexaChannelController(IPremiseObject endpoint)
     : base(endpoint)
 {
     PropertyHelpers = new AlexaAV();
 }
コード例 #2
0
 public AlexaChannelController(AlexaChannelControllerRequest request)
     : base(request)
 {
     PropertyHelpers = new AlexaAV();
 }
コード例 #3
0
 public AlexaPlaybackController(AlexaPlaybackRequest request)
     : base(request)
 {
     PropertyHelpers = new AlexaAV();
 }
コード例 #4
0
 public AlexaChannelController()
 {
     PropertyHelpers = new AlexaAV();
 }
コード例 #5
0
 public AlexaPlaybackController()
 {
     PropertyHelpers = new AlexaAV();
 }
コード例 #6
0
 public AlexaSpeaker(AlexaSpeakerRequest request)
     : base(request)
 {
     PropertyHelpers = new AlexaAV();
 }
コード例 #7
0
 public AlexaSpeaker(IPremiseObject endpoint)
     : base(endpoint)
 {
     PropertyHelpers = new AlexaAV();
 }
コード例 #8
0
 public AlexaSpeaker()
 {
     PropertyHelpers = new AlexaAV();
 }
コード例 #9
0
        private readonly string[] _premiseProperties = { }; // proactive state updates not supported now

        #endregion Fields

        #region Constructors

        public AlexaInputController()
        {
            PropertyHelpers = new AlexaAV();
        }