AudioOutServiceBase constructor
Implementation
AudioOutServiceBase() {
$addMethod($grpc.ServiceMethod<$18.PlayRequest, $18.PlayResponse>(
'Play',
play_Pre,
false,
false,
($core.List<$core.int> value) => $18.PlayRequest.fromBuffer(value),
($18.PlayResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$9.GetPropertiesRequest, $9.GetPropertiesResponse>(
'GetProperties',
getProperties_Pre,
false,
false,
($core.List<$core.int> value) => $9.GetPropertiesRequest.fromBuffer(value),
($9.GetPropertiesResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$9.DoCommandRequest, $9.DoCommandResponse>(
'DoCommand',
doCommand_Pre,
false,
false,
($core.List<$core.int> value) => $9.DoCommandRequest.fromBuffer(value),
($9.DoCommandResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$9.GetStatusRequest, $9.GetStatusResponse>(
'GetStatus',
getStatus_Pre,
false,
false,
($core.List<$core.int> value) => $9.GetStatusRequest.fromBuffer(value),
($9.GetStatusResponse value) => value.writeToBuffer()));
$addMethod($grpc.ServiceMethod<$9.GetGeometriesRequest, $9.GetGeometriesResponse>(
'GetGeometries',
getGeometries_Pre,
false,
false,
($core.List<$core.int> value) => $9.GetGeometriesRequest.fromBuffer(value),
($9.GetGeometriesResponse value) => value.writeToBuffer()));
}