C# Class SharpCaster.Services.ChromecastSocketService

Inheritance: IChromecastSocketService
显示文件 Open project: tapanila/SharpCaster

Public Methods

Method Description
Initialize ( string host, string port, ConnectionChannel connectionChannel, HeartbeatChannel heartbeatChannel, bool>.Action packetReader ) : Task
Write ( byte bytes ) : Task

Method Details

Initialize() public method

public Initialize ( string host, string port, ConnectionChannel connectionChannel, HeartbeatChannel heartbeatChannel, bool>.Action packetReader ) : Task
host string
port string
connectionChannel SharpCaster.Channels.ConnectionChannel
heartbeatChannel SharpCaster.Channels.HeartbeatChannel
packetReader bool>.Action
return Task

Write() public method

public Write ( byte bytes ) : Task
bytes byte
return Task