outputNetworkFrameRemappingFramesFrameModePut method
Future<Response<Mode$Response> >
outputNetworkFrameRemappingFramesFrameModePut({
- required int? frame,
- required OutputNetworkFrameRemappingFramesFrameModePut$RequestBody? body,
Set Frame Remapping Mode
Implementation
Future<chopper.Response<Mode$Response>>
outputNetworkFrameRemappingFramesFrameModePut({
required int? frame,
required OutputNetworkFrameRemappingFramesFrameModePut$RequestBody? body,
}) {
generatedMapping.putIfAbsent(
Mode$Response, () => Mode$Response.fromJsonFactory);
return _outputNetworkFrameRemappingFramesFrameModePut(
frame: frame, body: body);
}