Add Zmodem/BINKP/EMSI
This commit is contained in:
21
app/Classes/FileSend.php
Normal file
21
app/Classes/FileSend.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace App\Classes;
|
||||
|
||||
/**
|
||||
* Class FileSend
|
||||
* @package App\Classes
|
||||
*
|
||||
* This class represents a file being sent.
|
||||
*/
|
||||
class FileSend {
|
||||
public int $soff = 0;
|
||||
public int $stot = 0;
|
||||
public int $toff = 0;
|
||||
public int $foff = 0;
|
||||
public int $ttot = 0;
|
||||
public int $nf = 0;
|
||||
public int $allf = 0;
|
||||
public int $cps = 1;
|
||||
public int $start = 0;
|
||||
}
|
Reference in New Issue
Block a user