pub fn encode_launch_url(
content_url: String,
display_string: String,
branding_information: BrandingInformation,
playback_preferences: PlaybackPreferences,
) -> Result<Vec<u8>>Expand description
Encode LaunchURL command (0x01)
pub fn encode_launch_url(
content_url: String,
display_string: String,
branding_information: BrandingInformation,
playback_preferences: PlaybackPreferences,
) -> Result<Vec<u8>>Encode LaunchURL command (0x01)